iT邦幫忙

2021 iThome 鐵人賽

DAY 19
0
Modern Web

基礎python,讓你學點東西系列 第 19

[Day19]-檔案讀取與寫入

  • 分享至 

  • xImage
  •  
  • 寫入檔案
  1. 寫入空文件內
    https://ithelp.ithome.com.tw/upload/images/20211001/201406445oHxGWOg9J.png
    https://ithelp.ithome.com.tw/upload/images/20211001/20140644EXM8POBTpI.png
    https://ithelp.ithome.com.tw/upload/images/20211001/201406441UdiaeEfQo.png
  2. 檔案很大時分段寫入
    https://ithelp.ithome.com.tw/upload/images/20211001/201406442m7bpI8fOm.png
    https://ithelp.ithome.com.tw/upload/images/20211001/20140644dFdsYgH3Ep.png
    https://ithelp.ithome.com.tw/upload/images/20211001/20140644RkypQRCOIX.png
  • Shutil模組
    檔案或目錄的複製、移動、更改和刪除,使用時要先import shutil
  1. 檔案複製copy()與目錄複製copytree()
    https://ithelp.ithome.com.tw/upload/images/20211001/20140644R2UXB4sVdk.png
  2. 目錄跟檔案的移動move()
    https://ithelp.ithome.com.tw/upload/images/20211001/20140644PZsRAYThTW.png
  3. 目錄跟檔案的更改move()
    https://ithelp.ithome.com.tw/upload/images/20211001/20140644TdDZB8pGAA.png
  4. 安全刪除檔案與資料夾send2trash() 但使用前要先下載外部模組
    pip install send2trash
    https://ithelp.ithome.com.tw/upload/images/20211001/20140644iQlZV9GjT0.png
  • 檔案壓縮與解壓縮zipfile
  1. 壓縮資料夾
    https://ithelp.ithome.com.tw/upload/images/20211001/20140644Kphz2i9TKX.png
  2. 讀取zip檔案
    https://ithelp.ithome.com.tw/upload/images/20211001/201406447rQnXYCgAz.png
  • 小實作—加密檔案
    https://ithelp.ithome.com.tw/upload/images/20211001/20140644k02nCJkIfq.png
    https://ithelp.ithome.com.tw/upload/images/20211001/20140644RdGUttBkUa.png

上一篇
[Day18]-檔案讀取
下一篇
[Day20]-程序除錯與異常處理
系列文
基礎python,讓你學點東西30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言